Nevron.Nov.Presentation Namespace / NConvertComparer<TFrom,TTo> Class
Members
In This Topic
    NConvertComparer<TFrom,TTo> Class
    In This Topic
    A comparer of type TTo, which aggregates a comparer of type TFrom. To delegate the comparision to the inner comparer it uses an user defined function to convert objects of type TTo to objects of type TFrom
    Object Model
    NConvertComparer<TFrom,TTo> Class
    Syntax
    public class NConvertComparer<TFrom,TTo> 
    Type Parameters
    TFrom
    TTo
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Presentation.NConvertComparer<TFrom,TTo>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also